home *** CD-ROM | disk | FTP | other *** search
- <html>
-
- <!-- #BeginTemplate "pdn_help.dwt" -->
-
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <!-- #BeginEditable "title" -->
- <title>Paint.NET Help - Edit Menu</title>
- <!-- #EndEditable -->
- <link rel="stylesheet" type="text/css" href="../stylesheet.css">
- </head>
-
- <body>
-
- <div id="banner">
- <img border="0" src="../images/logo.png" width="229" height="73" align="left"><p><b><br>
- NOTE:</b> This document is still being written (it is "under construction"). Its contents are preliminary, incomplete,
- and subject to change.</p>
- </div>
- <div id="leftnav">
- <ul class="toc" style="margin-left: 0; padding-left: 0;">
- <li><a href="index.html">Overview</a><br>
- </li>
- <li><a href="Features.html">Features</a><br>
- </li>
- </ul>
- <h3>Concepts</h3>
- <ul class="toc" style="margin-left: 0; padding-left: 0;">
- <li>Layers and Transparency<br>
- </li>
- <li>Selections<br>
- </li>
- </ul>
- <h3>User Interface</h3>
- <ul class="toc" style="margin-left: 0; padding-left: 0;">
- <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
- <li><a href="MainWindow.html">Main Window</a></li>
- <li><a href="MenuBar.html">Menu Bar</a>
- <ul class="toc">
- <li><a href="File.html">File</a></li>
- <li><a href="Edit.html">Edit</a></li>
- <li><a href="View.html">View</a></li>
- <li><a href="Image.html">Image</a></li>
- <li><a href="Layers.html">Layers</a>
- <ul class="toc">
- <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
- <li><a href="Adjustments.html">Adjustments</a>
- <ul class="toc">
- <li><a href="Levels.html">Levels</a></li>
- </ul>
- </li>
- </ul>
- </li>
- <li><a href="Effects.html">Effects</a></li>
- <li><a href="Tools.html">Tools</a></li>
- <li><a href="Window.html">Window</a></li>
- <li><a href="Help.html">Help</a></li>
- <li>Toolbar</li>
- </ul>
- </li>
- <li>Tools Window<ul class="toc">
- <li>Selection Tools</li>
- <li>Brush Tools</li>
- <li>Pixel Tools</li>
- <li>Shape Tools</li>
- <li>Text Tool</li>
- <li>Paint Bucket</li>
- <li>Clone Stamp</li>
- <li>Recolor Tool</li>
- </ul>
- </li>
- <li>History Window</li>
- <li>Layers Window</li>
- <li><a href="ColorsWindow.html">Colors Window</a></li>
- <li>Status Bar</li>
- </ul>
- </li>
- <h3>Other</h3>
- <ul class="toc" style="margin-left: 0; padding-left: 0;">
- <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
- <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
- <li><a href="SystemRequirements.html">System Requirements</a></li>
- <li><a href="WebLinks.html">Web Links</a></li>
- <li><a href="License.html">License</a></li>
- </ul>
- </div>
- <div id="content">
- <!-- #BeginEditable "content" -->
- <div id="content0">
- <h2>Edit Menu</h2>
- <p>The Edit Operations allow for easy manipulation of the image history, the selected region of the image, the selection
- itself, and the clipboard. </p>
- <p>An important thing to note about selected regions is that all drawing operations are clipped to remain within
- them. For example, if you use the Ellipse Select tool to select a circular region in the middle of the image, you
- will be unable to draw anything outside of that circle while the selection is active. Effects and Adjustments will
- only affect the selected area as well.</p>
- <ul>
- <li class="nobullet"><img border="0" src="Images/EditMenu.png"><p></p>
- </li>
- <li>
- <h3>Undo </h3>
- <p>This undoes the most recent action that you've taken that affects the image, if any. This functionality is
- also available from the History Window.</p>
- </li>
- <li>
- <h3>Redo </h3>
- <p>This redoes the most recent action that you've undone, if any. This functionality is also available from
- the History Window.</p>
- </li>
- <li>
- <h3>Cut </h3>
- <p>You may use this to remove a selected portion of the active layer. You can select a portion of the layer
- by using the Rectangle Select, Lasso Select, Ellipse Select, or Magic Wand tools. Once you perform the cut operation,
- that area of the layer is moved to the clipboard and replaced with transparent pixels. The current selection
- outline is also removed.</p>
- </li>
- <li>
- <h3>Copy </h3>
- <p>This is similar to the Cut command, except that the selected region remains on the active layer and the selection
- outline is not removed.</p>
- </li>
- <li>
- <h3>Paste </h3>
- <p>If there is an image in the clipboard, this command will allow you to paste it on to the active layer. The
- pasted pixels will then be selected and the Move Selected Pixels tool will automatically be switched to. This
- will allow you to move, scale, or rotate the pixels into the desired location and orientation.</p>
- <p>If the image being pasted is too wide and/or too tall for the current canvas size, you will be asked if you
- want to resize the canvas. This is a quick shortcut to the Image<b> → </b>Canvas Size command so that you can make
- sure that what you are pasting will fit.</p>
- </li>
- <li>
- <h3>Paste in to New Layer </h3>
- <p>This is similar to Paste, except that it creates a new layer, switches to it, and then performs the Paste
- command.</p>
- </li>
- <li>
- <h3>Erase Selection </h3>
- <p>This command erases the currently selected region of the active layer. All pixels that lie within the selected
- region are placed with transparency. This is similar to the Cut command, except that the selected pixels are
- not copied to the clipboard.</p>
- </li>
- <li>
- <h3>Invert Selection </h3>
- <p>If there is a selected region, this will cause all pixels that are selected to be unselected, and vice-versa.</p>
- <h3></h3>
- </li>
- <li>
- <h3>Select All </h3>
- <p>This causes the entire canvas to be selected.</p>
- <h3></h3>
- </li>
- <li>
- <h3>Deselect </h3>
- <p>After you select this menu item, no pixels will be selected.</p>
- </li>
- </ul>
- </div>
- <!-- #EndEditable -->
- <h4><br>
- <br>
- </h4>
- <font color="#808080" size="1">Copyright <font face="Times New Roman">⌐ 2005 </font>Rick Brewster, Chris Crosetto, Tom
- Jackson, Michael Kelsey, Brandon Ortiz, Craig Taylor, Chris Trevino, and Luke Walker. Portions Copyright
- <font face="Times New Roman">⌐ 2005 </font>Microsoft Corporation. All Rights Reserved.</font><font size="1"> <br>
- </font>
- </div>
- </b>
-
- </body>
-
- <!-- #EndTemplate -->
-
- </html>
-